GtkDialog: avoid a crash
authorMatthias Clasen <mclasen@redhat.com>
Fri, 6 Jun 2014 16:19:24 +0000 (12:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 6 Jun 2014 16:20:57 +0000 (12:20 -0400)
commit9c6c4fdeb844310ed77104d8f4640c619c46326c
tree55cc11a977489eeffd714df527ce93efc3617947
parentadd67b516cb6cbd9b36454d880dd2d7156eced19
GtkDialog: avoid a crash

Just because use-header-bar is set, it is not safe to assume
every action widget is in the headerbar, so be careful when
setting child properties.
gtk/gtkdialog.c